-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose hyperdrive drive.diff()
API
#90
base: master
Are you sure you want to change the base?
Conversation
Resolves #51 |
ee99adf
to
ba32e97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, what do you think of having the ability to omit the ...
and just have one version number. This would be similar to the githib syntax where you compare to the main
branch. In our case it would compare against the latest version of the drive.
feel free to use 2 dots |
a390074
to
397c163
Compare
Good idea! I just force-pushed this change. |
397c163
to
fde56c3
Compare
The code is not quite working yet. I suspect I'm not returning the stream in the response body correctly.EDIT: Figured it out!